home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2076 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1000 b 

  1. Path: cs.unibo.it!morolli
  2. From: morolli@cs.unibo.it (Andrea Morolli)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: GCC 2.7.0: NEED HELP!!!
  5. Date: 26 Jan 1996 14:14:25 GMT
  6. Organization: Department of Computer Science, University of Bologna, Italy
  7. Message-ID: <4eank1$2rh@leporello.cs.unibo.it>
  8. NNTP-Posting-Host: 130.136.1.107
  9. X-Newsreader: TIN [version 1.1 PL8]
  10.  
  11. I have a big problem with the version 2.7.0 of gcc.
  12. When I try to link with the libm.a (with the option -lm) for example using
  13. f2c or recompiling POV, the ld tells me:
  14.  
  15. ld: libm020 not such file or directory.
  16.  
  17. Then when I try to put the libm020 directory in the directory where I'm compiling
  18. my source I obtain a:
  19.  
  20. ld: libm020 not an archive or rel.
  21.  
  22. So I don't know what to do! With gcc 2.6.3 all worked fine without any problems.
  23. Please help!
  24. Thanx in advance (answer me via e-mail if you want).
  25. Bye.
  26.  
  27. Andrea Morolli.
  28.  
  29. P.S. Eventually tell me where can I find the gcc 2.6.3 distribution becouse I have
  30. deleted the original archives :(
  31.